home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Contributed / SpriteWorld / SpriteWorld Files / BlitPixie / README < prev   
Encoding:
Text File  |  2000-10-06  |  2.4 KB  |  78 lines  |  [TEXT/R*ch]

  1. BlitPixie
  2.  
  3. INTRODUCTION
  4.  
  5.     This is BlitPixie, a collection of fast software pixel blitters.
  6.     It originated as part of the SpriteWorld project, but can now be used stand-alone too.
  7.  
  8. WHERE TO GET
  9.  
  10.     The BlitPixie home page is currently at:
  11.     http://www.algonet.se/~afb/blitpixie/
  12.  
  13. USAGE
  14.  
  15.     BlitPixie isn't that useful on it's own, but can be used to speed up any graphics code.
  16.     For a more complex usage of BlitPixie, see the SpriteWorld project.
  17.     
  18.     Most blitters work in depths of 8-bit, 16-bit and 32-bit.
  19.     How to install and use BlitPixie is detailed in the file INSTALL.
  20.  
  21.     It can be used gratis, with no royalties.
  22.     See the file LICENSE for details.
  23.  
  24. REQUIREMENTS
  25.  
  26.     BlitPixie is written in C, with optional inline 68k/PPC assembly in Metrowerks CodeWarrior format.
  27.     It's also possible to compile the 68k library with inline assembly using the old THINK C environment.
  28.  
  29.     The assembler code for MPW (generated from the inline assembly) is available in the "Assembler" folder.
  30.     It is machine generated, and kind of hard to read. If you want comments, read the source code in "Sources".
  31.     
  32.     The blitters come in one or several of four versions:
  33.     - Motorola 680x0 assembly
  34.     - PowerPC assembly
  35.     - Intel x86 assembly (none yet)
  36.     - Generic C version (ANSI C, unoptimized)
  37.  
  38. WARRANTY
  39.  
  40.     BlitPixie comes with absolutely no warranty, use at your own risk.
  41.     See the file LICENSE for details.
  42.     
  43. PROJECTS THAT USE BLITPIXIE
  44.  
  45.     SpriteWorld 2
  46.     http://www.spriteworld.org
  47.  
  48.     If you use BlitPixie for a project, it would be appreciated if you mailed your experiences.
  49.  
  50. CREDITS
  51.  
  52.     BlitPixie was originally created for 68k macs by Tony Myles, who also created SpriteWorld.
  53.     Anders F Björklund <afb@algonet.se> did the standalone BlitPixie, and wrote most of the PPC asm routines.
  54.     BlitPixie logo by Tom Bishop <t.bishop@which.net> and Anders F Björklund.
  55.     
  56.     Christofer Åkersten <chris@basesoft.se> did the 68k AllBit blitters.
  57.     Brian Roddy started the old PPC blitters, and did some nifty effects like rotating.
  58.     Karl Bunker and Vern Jensen used BlitPixie extensively with SpriteWorld.
  59.  
  60.     Tim Carroll helped out with the first 8-bit PPC blitter,
  61.     Cary Farrier and George Warner also contributed to the old BlitPixie.
  62.  
  63.     The original BlitPixie was written by:
  64.     - Tony Myles
  65.     - Ben Sharpe
  66.     - Brigham Stevens
  67.     - Sean Callahan
  68.     - Joe Britt
  69.     - Tim Collins
  70.  
  71. BUG REPORTS
  72.  
  73.     Bug reports and feature suggestions can currently be sent to:
  74.     afb@algonet.se
  75.  
  76.  
  77. This document last updated on 00-03-05 by afb.
  78.